projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296de3b
)
am335x_evm: add support for BeagleBone Black DT name
author
Koen Kooi
<
[email protected]
>
Thu, 14 Mar 2013 05:55:19 +0000
(
05:55
+0000)
committer
Tom Rini
<
[email protected]
>
Fri, 22 Mar 2013 14:57:00 +0000
(10:57 -0400)
Cc: Matt Porter <
[email protected]
>
Cc: Nishanth Menon <
[email protected]
>
Signed-off-by: Koen Kooi <
[email protected]
>
Signed-off-by: Tom Rini <
[email protected]
>
Acked-by: Matt Porter <
[email protected]
>
Acked-by: Peter Korsgaard <
[email protected]
>
Acked-by: Nishanth Menon <
[email protected]
>
include/configs/am335x_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index 9eada95c04f2e7dda90d2cf30aadfaabf874543d..f3541d422c38511ecdc1a4485bb0074f97846c29 100644
(file)
--- a/
include/configs/am335x_evm.h
+++ b/
include/configs/am335x_evm.h
@@
-130,6
+130,8
@@
"findfdt="\
"if test $board_name = A335BONE; then " \
"setenv fdtfile am335x-bone.dtb; fi; " \
+ "if test $board_name = A335BNLT; then " \
+ "setenv fdtfile am335x-boneblack.dtb; fi; " \
"if test $board_name = A33515BB; then " \
"setenv fdtfile am335x-evm.dtb; fi; " \
"if test $board_name = A335X_SK; then " \